object Remind: TRemind Left = 245 Top = 108 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsDialog Caption = 'Darts 95 Registration ' ClientHeight = 213 ClientWidth = 317 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 4 Top = 4 Width = 305 Height = 161 Shape = bsFrame end object Label1: TLabel Left = 16 Top = 16 Width = 289 Height = 29 AutoSize = False Caption = 'You can play this unregistred game for 99 times (not 99 days). A' + 'fter that period You have to register.' WordWrap = True end object Label2: TLabel Left = 16 Top = 52 Width = 108 Height = 13 Caption = 'Unregistred games left:' end object Label3: TLabel Left = 124 Top = 52 Width = 12 Height = 13 Caption = '99' end object Label4: TLabel Left = 16 Top = 72 Width = 289 Height = 29 AutoSize = False Caption = 'You can register by entering Your FULL REAL NAME and PASSWORD be' + 'low:' WordWrap = True end object Label5: TLabel Left = 16 Top = 112 Width = 61 Height = 17 Caption = 'Your Name:' WordWrap = True end object Label6: TLabel Left = 16 Top = 140 Width = 49 Height = 13 Caption = 'Password:' end object OKBtn: TButton Left = 79 Top = 180 Width = 75 Height = 25 Caption = 'Register Now' Default = True TabOrder = 0 OnClick = OKBtnClick end object CancelBtn: TButton Left = 159 Top = 180 Width = 75 Height = 25 Cancel = True Caption = 'Register Later' ModalResult = 2 TabOrder = 1 OnClick = CancelBtnClick end object Name: TEdit Left = 80 Top = 108 Width = 225 Height = 21 TabOrder = 2 end object Password: TEdit Left = 80 Top = 136 Width = 225 Height = 21 TabOrder = 3 end end